Skip to content

[mlir][dxsa] Add conditional instructions#160

Open
asavonic wants to merge 1 commit into
dxsa-mlirfrom
dxsa-mlir-conditional
Open

[mlir][dxsa] Add conditional instructions#160
asavonic wants to merge 1 commit into
dxsa-mlirfrom
dxsa-mlir-conditional

Conversation

@asavonic
Copy link
Copy Markdown
Contributor

@asavonic asavonic commented Jun 3, 2026

Conditional instructions execute only when a condition (zero or non zero) is true for an operand. The patch adds the the following instructions:

  • if
  • breakc
  • continuec
  • retc
  • discard

Conditional instructions execute only when a condition (zero or non
zero) is true for an operand. The patch adds the the following
instructions:

- if
- breakc
- continuec
- retc
- discard
@asavonic asavonic requested a review from tagolog June 3, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant